﻿2026-08-04T04:17:19.7278893Z ##[group]Run actions/checkout@v5
2026-08-04T04:17:19.7280178Z with:
2026-08-04T04:17:19.7280921Z   repository: BigscreenVR/spt-bs-core
2026-08-04T04:17:19.7286284Z   token: ***
2026-08-04T04:17:19.7286846Z   ssh-strict: true
2026-08-04T04:17:19.7287393Z   ssh-user: git
2026-08-04T04:17:19.7287950Z   persist-credentials: true
2026-08-04T04:17:19.7288533Z   clean: true
2026-08-04T04:17:19.7289079Z   sparse-checkout-cone-mode: true
2026-08-04T04:17:19.7289713Z   fetch-depth: 1
2026-08-04T04:17:19.7290285Z   fetch-tags: false
2026-08-04T04:17:19.7290859Z   show-progress: true
2026-08-04T04:17:19.7291464Z   lfs: false
2026-08-04T04:17:19.7291966Z   submodules: false
2026-08-04T04:17:19.7292552Z   set-safe-directory: true
2026-08-04T04:17:19.7293159Z   allow-unsafe-pr-checkout: false
2026-08-04T04:17:19.7293979Z ##[endgroup]
2026-08-04T04:17:19.9934640Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T04:17:19.9936459Z ##[group]Getting Git version info
2026-08-04T04:17:19.9937342Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-04T04:17:20.0148107Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-04T04:17:20.1327727Z git version 2.43.0.windows.1
2026-08-04T04:17:20.1358604Z ##[endgroup]
2026-08-04T04:17:20.1367334Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\06770f8c-05b7-48f4-a750-0d8c65e8d571\.gitconfig'
2026-08-04T04:17:20.1383156Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\06770f8c-05b7-48f4-a750-0d8c65e8d571' before making global git config changes
2026-08-04T04:17:20.1384761Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T04:17:20.1388770Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-04T04:17:20.1681108Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-04T04:17:20.1907067Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T04:17:20.1940539Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T04:17:20.1948742Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T04:17:20.2250714Z refs/heads/golden/knock145
2026-08-04T04:17:20.2274368Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-04T04:17:20.3002095Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T04:17:20.7274417Z ##[endgroup]
2026-08-04T04:17:20.7277867Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-04T04:17:22.2091319Z ##[group]Cleaning the repository
2026-08-04T04:17:22.2096307Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-04T04:17:44.4602142Z Removing bench-ledger/
2026-08-04T04:17:44.4602598Z Removing target/
2026-08-04T04:17:44.4644617Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-04T04:17:44.6312187Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T04:17:44.6341272Z ##[endgroup]
2026-08-04T04:17:44.6346344Z ##[group]Disabling automatic garbage collection
2026-08-04T04:17:44.6351080Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-04T04:17:44.7033035Z ##[endgroup]
2026-08-04T04:17:44.7033410Z ##[group]Setting up auth
2026-08-04T04:17:44.7040016Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-04T04:17:44.7315499Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-04T04:17:47.3914946Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T04:17:47.4236318Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-04T04:17:48.8883694Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T04:17:49.0531481Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-04T04:17:50.1298240Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-04T04:17:50.1864849Z ##[endgroup]
2026-08-04T04:17:50.1865503Z ##[group]Fetching the repository
2026-08-04T04:17:50.1872970Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4b37512f71620444df8fe852b494f03e759dd75c:refs/remotes/origin/golden/knock145
2026-08-04T04:17:51.1558349Z ##[endgroup]
2026-08-04T04:17:51.1558791Z ##[group]Determining the checkout info
2026-08-04T04:17:51.1559397Z ##[endgroup]
2026-08-04T04:17:51.1566165Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-04T04:17:51.3236964Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-04T04:17:51.3525518Z ##[group]Checking out the ref
2026-08-04T04:17:51.3532036Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/knock145 refs/remotes/origin/golden/knock145
2026-08-04T04:17:51.4326532Z branch 'golden/knock145' set up to track 'origin/golden/knock145'.
2026-08-04T04:17:51.4327021Z Your branch is up to date with 'origin/golden/knock145'.
2026-08-04T04:17:51.4327392Z Switched to and reset branch 'golden/knock145'
2026-08-04T04:17:51.4354359Z ##[endgroup]
2026-08-04T04:17:51.5760105Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-04T04:17:51.6109871Z 4b37512f71620444df8fe852b494f03e759dd75c
